Welcome![Sign In][Sign Up]
Location:
Search - opencv track

Search list

[Special EffectsColorTracking

Description: 藍色球體追蹤測距,背景需純白色,兩台WebCam,可以計算攝影機與藍色球體間的距離,方便對於立體視覺入門者-Blue ball location tracking, the background to be pure white, two WebCam, the camera can be calculated with the distance between the blue sphere to facilitate stereoscopic vision for beginners
Platform: | Size: 1637376 | Author: 王傑 | Hits:

[Special Effectsimgprocess

Description: 使用opencv语言,利用kalman算法对视频中的图像进行跟踪处理-Opencv using language, using kalman algorithm for video images to track treatment
Platform: | Size: 1021952 | Author: 徐睿 | Hits:

[Special Effectsfa

Description: 使用opencv,利用图像差分算法,实现通过摄像头进行视频采集,显示当前时间,并利用蓝色的跟踪框跟踪移动物体-Using opencv, the use of the image difference algorithm, to achieve through the camera for video capture, display the current time, and use the blue box to track a moving object tracking
Platform: | Size: 4358144 | Author: 许村 | Hits:

[Special Effectsface_tracking_based_on_Camshift_and_morphology

Description: 基于kalman滤波和人脸形态约束的人脸跟踪算法实现,可在快速人脸跟踪的同时很好的去除类肤色的干扰,注意是基于OpenCV函数库的程序。-Based on kalman filtering and face shape Face Tracking bound algorithm may face in the fast track at the same time remove the category of very good color interference, the attention is based on the OpenCV library procedures.
Platform: | Size: 23552 | Author: 王亮亮 | Hits:

[Industry researchTracking_and_Object_Classification_for_Automated_S

Description: O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" . This is about the English literature to track moving target detection and classification of the article. The use of " the cyclical nature of human motion" , the goal of exercise is divided into people, people, motor vehicles. Has a strong reference value.
Platform: | Size: 1049600 | Author: brk1985 | Hits:

[Special Effectscanny-contour

Description: 本程序可以使用canny算法进行图片轮廓的提取,使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助-This procedure can be used canny algorithm for extracting image contour, the use of before-configured environment opencv. We would like to learn opencv image processing and help ...
Platform: | Size: 5369856 | Author: baiyang | Hits:

[Graph Drawingdraw

Description: 基于opencv的绘图程序,可以实现在图片上用鼠标画线的功能-Opencv-based mapping procedures, can be achieved with the mouse in the picture on the function of drawing a line
Platform: | Size: 236544 | Author: wangz | Hits:

[Special EffectsOpencvMotionTrack

Description: Opencv中的运动追踪的实现(AutoCamShift snake)-Opencv of the movement to track the realization of (AutoCamShift snake)
Platform: | Size: 516096 | Author: Zhou,Zhi | Hits:

[Graph programBlink_Detection

Description: 基于OpenCV编写,使用摄像头,眨眼时通过帧间差来寻找到眼睛位置,并跟踪。-Based on OpenCV write, using the camera blink of an eye, through the inter-frame difference Laixun to find the eye position, and track.
Platform: | Size: 1034240 | Author: 瘦猪呆兔 | Hits:

[Graph RecognizeFaceTracking

Description: 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two methods to track human face. Also provides a video storage.
Platform: | Size: 4017152 | Author: 陈业成 | Hits:

[Graph programmultiopjectiontracking

Description: 这是实现机器人目标跟踪的程序,能够实现同时跟踪6个目标,是基于OpenCV开发的,在机器人的动态目标的跟踪上面效果不错。-This is a procedure for tracking a robot that can simultaneously track six goals, is based on OpenCV developed the robot dynamic target tracking above its effectiveness.
Platform: | Size: 12940288 | Author: 李丹勇 | Hits:

[Windows DevelopOpenCVandAVI

Description: openCV视频文件读取AVI,然后进行跟踪.openCV视频文件读取AVI,然后进行跟踪-openCV video file to read AVI, and then track. openCV video file to read AVI, and then track the
Platform: | Size: 5745664 | Author: 黄颖 | Hits:

[Windows DevelopHumanMotionTrack

Description: 基于opencv的运动人体检测。可以通过这个程序搭建自己的检测平台。-Based on opencv,this can detect moving human body.
Platform: | Size: 78848 | Author: 云中 | Hits:

[OtherTutorial-OpenCV-haartraining-Rapid-Object-Detecti

Description: I description how to make object tracking
Platform: | Size: 372736 | Author: sixno | Hits:

[Graph programkalmanfortracking

Description: opencv做的camshift例程,可以跟踪目标,实时性好-opencv do camshift routines, can track targets in real time with good
Platform: | Size: 108544 | Author: 张超蓝 | Hits:

[Graph program1

Description: opencv做的camshift例程,可以跟踪目标,实时性好-opencv do camshift routines, can track targets in real time with good
Platform: | Size: 2215936 | Author: 张超蓝 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[OpenCVCMUvideo

Description: opencv上目标跟踪和行人跟踪非常需要的视频序列源,来源于卡内基梅隆大学。大家共同学习-opencv target tracking and pedestrians on the track a much needed source of video sequences, from Carnegie Mellon University. We learn together
Platform: | Size: 1427456 | Author: yuyu | Hits:

[Video CaptureOpencvUIDlg2.1

Description: OPENCV 视频监控系统 能够简单的进行运动目标跟踪-OPENCV video surveillance system can be simple to track moving targets
Platform: | Size: 3581952 | Author: 魏义强 | Hits:

[Graph programkalman

Description: opencv实现kalman滤波器跟踪一个旋转的点-opencv kalman filter to track implementation of a rotating point
Platform: | Size: 1350656 | Author: yangxin | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net